home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: usinternet.com!not-for-mail
- From: sjibben@usinternet.com (Scott Jibben)
- Subject: Re: Watcom C 10.5a in-line assembly???
- Message-ID: <21a7cc$163420.6a@usinternet.com>
- Date: Tue, 27 Feb 1996 04:52:32 GMT
- Organization: Jibben Software
- X-Newsreader: NeoLogic News for OS/2 [version: 4.2]
-
- In message <4gsssp$7n4@unlisys.unlisys.net> - fabeu@berlin.snafu.de writes:
- >
- >Hi there!
- >
- >Is there any way of doing some in-line assembly in a more concient way than
- >this #pragma thing? I thought maybe like _asm { in Borland and M$-
- >Compilers? Watcom doesn't seem to know asm, _asm or __asm...
- >
- >Regards, FaBeu...
- >
- >please reply via E_mail to fabeu@berlin.snafu.de. THANKS!
- >
-
- Hi,
- No, Watcom does not support the asm keyword. You have to either write 'real'
- asm code and use an assembler to generate obj's or use the #pragma aux
- method. At this point Watcom does not have other alternatives. If you want
- more information about inline assembly get the following text file listed
- below:
-
- ftp.watcom.on.ca/pub/bbs/comm_qa/asm.txt
-
- Yeah, I beat my head against the wall a few times on this, too...
-
- Scott Jibben
- Jibben Software
- Galactic Overlord & Mines of Gorr BBS Door Games
- -----------------------------
- [EMAIL] sjibben@usinternet.com
- [WWW] http://www.usinternet.com/jsw
- [FTP] europa.com /outgoing/DOORS/jibben
- [FTP] ftp.cts.com /pub/dferber/jibben
- [FIDO] 1:282/115
- [BBS] 612-379-8272 (10 USR 28.8 Couriers)
-
-
-